org.eclipse.vtp.desktop.core.configuration.attacheddata
Class AttachedDataItemEntry
java.lang.Object
org.eclipse.vtp.desktop.core.configuration.attacheddata.AttachedDataItemEntry
public class AttachedDataItemEntry
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_STATIC
public static final int TYPE_STATIC
- See Also:
- Constant Field Values
TYPE_EXPRESSION
public static final int TYPE_EXPRESSION
- See Also:
- Constant Field Values
TYPE_VARIABLE
public static final int TYPE_VARIABLE
- See Also:
- Constant Field Values
AttachedDataItemEntry
public AttachedDataItemEntry()
setValue
public void setValue(java.lang.String value)
getValue
public java.lang.String getValue()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getDataType
public int getDataType()
setDataType
public void setDataType(int dataType)